#include <classes.h>
Public Member Functions | |
| void | loop () |
| void | play (int mode) |
| int | getMode () |
| void | changeSound (int sound) |
| void SoundPlayer::changeSound | ( | int | sound | ) | [inline] |
stops current sound and plays new sound.
| int SoundPlayer::getMode | ( | ) | [inline] |
Returns the soundmode
| void SoundPlayer::loop | ( | ) | [inline] |
Main calls this loop to get GDK to play the sounds.
| void SoundPlayer::play | ( | int | mode | ) | [inline] |
Changes the sound mode.
1.5.8